home *** CD-ROM | disk | FTP | other *** search
/ Diccionario Escolar / Diccionario Escolar.iso / Data.Cab / F8662_LOCALSQL.TOC (.txt) < prev    next >
Microsoft Windows Help File Content  |  2000-01-13  |  3KB  |  85 lines

  1. :Base localsql.hlp>main
  2. :Title Local SQL Help
  3. :Index Local SQL Help=localsql.hlp
  4. :Link bde32.hlp
  5. :Link bdeadmin.hlp
  6. :Link datapump.hlp
  7. :Link sqllnk32.hlp
  8. 1 Local SQL
  9. 3 Overview
  10. 4 What is local SQL?=Overview
  11. 4 Conventions
  12. 5 Legend = Legend
  13. 5 Conventions = Conventions
  14. 5 Table names = TableNames
  15. 5 Column names = ColumnNames
  16. 5 Date formats = DateFormats
  17. 5 Time formats = TimeFormats
  18. 5 Boolean literals = BooleanLiterals
  19. 5 Table correlation names = TableCorrelationNames
  20. 5 Column correlation names = ColumnCorrelationNames
  21. 5 Embedded comments = EmbeddedComments
  22. 4 Reserved words = ReservedWords
  23. 4 Unsupported language = UnsupportedLanguage
  24. 2 Data Manipulation Language
  25. 3 Overview = DataManipulationOverview
  26. 3 Statements
  27. 4 Statement list = StatementList
  28. 4 SELECT statement = SelectStatement
  29. 4 DELETE statement = DeleteStatement
  30. 4 INSERT statement = InsertStatement
  31. 4 UPDATE statement = UpdateStatement
  32. 3 Clauses
  33. 4 Clause list = ClauseList
  34. 4 FROM clause = FromClause
  35. 4 WHERE clause = WhereClause
  36. 4 ORDER BY clause = OrderByClause
  37. 4 GROUP BY clause = GroupByClause
  38. 4 HAVING clause = HavingClause
  39. 3 Functions
  40. 4 Function list = FunctionList
  41. 4 Concatenation function = ConcatenationFunction
  42. 4 LOWER function = LowerFunction
  43. 4 UPPER function = UpperFunction
  44. 4 SUBSTRING function = SubstringFunction
  45. 4 TRIM function = TrimFunction
  46. 4 AVG function = AvgFunction
  47. 4 COUNT function = CountFunction
  48. 4 MAX function = MaxFunction
  49. 4 MIN function = MinFunction
  50. 4 SUM function = SumFunction
  51. 4 CAST function = CastFunction
  52. 4 EXTRACT function = ExtractFunction
  53. 3 Operators
  54. 4 Operators list = OperatorsList
  55. 4 Arithmetic operators = ArithmeticOperators
  56. 4 Logical operators = LogicalOperators
  57. 3 Predicates
  58. 4 Predicate list = PredicateList
  59. 4 Comparison predicates = ComparisonPredicates
  60. 4 BETWEEN predicate = BetweenPredicate
  61. 4 EXISTS predicate = ExistsPredicate
  62. 4 IN predicate = InPredicate
  63. 4 LIKE predicate = LikePredicate
  64. 4 IS NULL predicate = IsNullPredicate
  65. 4 SOME/ANY/ALL predicates = SomeAnyAllPredicates
  66. 3 Relational operators
  67. 4 Relational operators list = RelationalOperatorsList
  68. 4 Equi-join = Equi-Join
  69. 4 INNER join = InnerJoin
  70. 4 OUTER join = OuterJoin
  71. 4 Cartesian join = CartesianJoin
  72. 4 UNION join = UnionJoin
  73. 4 Heterogeneous join = HeterogeneousJoins
  74. 3 Updatable queries
  75. 4 Updatable queries = UpdatableQueries
  76. 3 Parameter substitutions
  77. 4 Parameter substitutions in DML statements = ParameterSubstitutionsInDMLStatements
  78. 2 Data Definition Language
  79. 3 DDL statement overview = DataDefinitionOverview
  80. 3 CREATE TABLE statement = CreateTableStatement
  81. 3 ALTER TABLE statement = AlterTableStatement
  82. 3 DROP TABLE statement = DropTableStatement
  83. 3 CREATE INDEX statement = CreateIndexStatement
  84. 3 DROP INDEX = DropIndexStatement
  85.